home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc7marn.dxr / 00653.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  288 b   |  16 lines

  1. on mouseDown
  2.   set the movieRate of sprite 50 to 0
  3.   set the visible of sprite 46 to 0
  4.   puppetSound("Tone")
  5.   updateStage()
  6.   repeat while the mouseDown
  7.     nothing()
  8.   end repeat
  9.   set the visible of sprite 46 to 1
  10. end
  11.  
  12. on mouseUp
  13.   set the visible of sprite 8 to 1
  14.   go(#previous)
  15. end
  16.